home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
rouge.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2002-02-03
|
225b
|
12 lines
loadedBytes = _root.getBytesLoaded();
totalBytes = _root.getBytesTotal();
if(loadedBytes < totalBytes)
{
percentageOutput = int(loadedBytes / totalBytes * 100);
gotoAndPlay(1);
}
else
{
gotoAndPlay(10);
}